-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix install_beamsearch_decoders #7011
Conversation
Signed-off-by: Nikolay Karpov <karpnv@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
alias b2='./b2' | ||
else | ||
alias au='sudo apt-get update' | ||
alias b2='sudo ./b2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need better name for these alias
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
For me, the updated install_beamsearch_decoders.sh script gives "command not found" on the line where the alias is used. Adding "shopt -s expand_aliases" seemed to fix it. |
Signed-off-by: Nikolay Karpov <karpnv@gmail.com>
What does this PR do ?
fix install_beamsearch_decoders.sh
Collection: ASR
Changelog
Usage
PR Type:
Additional Information